The following tables list the members exposed by ServiceStreamer<TStreamedData,TServiceState>.
Name | Description | |
---|---|---|
Busy | Gets a value indicating whether the ServiceStreamer<TStreamedData,TServiceState> is running. |
Name | Description | |
---|---|---|
StreamsLimit | Gets the number of maximum concurrent streams. |
Name | Description | |
---|---|---|
StartStreaming | Starts the process of streaming. |
Name | Description | |
---|---|---|
OnCallService | Perform the call to the web service. | |
OnStreamingCompleted | Called when all streams specified in the StreamsLimit are processed. | |
ProcessStream | Determines whether the ServiceStreamer<TStreamedData,TServiceState> should continue streaming by calling the OnCallService method. | |
UpdateUI | Updates the user interface with the information received from the web service. |